home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFTPFORM / TFTPFORM.txt
Text File  |  2005-03-06  |  3KB  |  144 lines

  1. object FTPForm: TFTPForm
  2.   Left = 451
  3.   Top = 374
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver FTP Quick Connect'
  6.   ClientHeight = 196
  7.   ClientWidth = 416
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = False
  12.   Position = poOwnerFormCenter
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox2: TGroupBox
  21.     Left = 8
  22.     Top = 104
  23.     Width = 321
  24.     Height = 81
  25.     Caption = ' File Information '
  26.     TabOrder = 1
  27.     object Label1: TLabel
  28.       Left = 12
  29.       Top = 24
  30.       Width = 51
  31.       Height = 13
  32.       Caption = '&Local File: '
  33.       FocusControl = Edit975
  34.     end
  35.     object Label2: TLabel
  36.       Left = 12
  37.       Top = 48
  38.       Width = 93
  39.       Height = 13
  40.       AutoSize = False
  41.       Caption = 'De&stination File: '
  42.       FocusControl = Edit976
  43.     end
  44.     object Edit975: TEdit
  45.       Left = 112
  46.       Top = 20
  47.       Width = 193
  48.       Height = 21
  49.       Enabled = False
  50.       ReadOnly = True
  51.       TabOrder = 0
  52.       Text = 'Edit975'
  53.     end
  54.     object Edit976: TEdit
  55.       Left = 112
  56.       Top = 44
  57.       Width = 193
  58.       Height = 21
  59.       TabOrder = 1
  60.       Text = 'Edit976'
  61.     end
  62.   end
  63.   object CorelButton1: TButton
  64.     Left = 336
  65.     Top = 8
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Upload'
  69.     Default = True
  70.     TabOrder = 2
  71.     OnClick = CorelButton1Click
  72.   end
  73.   object CorelButton2: TButton
  74.     Left = 336
  75.     Top = 40
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Cancel'
  79.     TabOrder = 3
  80.     OnClick = CorelButton2Click
  81.   end
  82.   object GroupBox1: TGroupBox
  83.     Left = 8
  84.     Top = 8
  85.     Width = 321
  86.     Height = 89
  87.     Caption = ' FTP Profile '
  88.     TabOrder = 0
  89.     object Label3: TLabel
  90.       Left = 8
  91.       Top = 24
  92.       Width = 32
  93.       Height = 13
  94.       Caption = '&Profile:'
  95.       FocusControl = ComboBox1
  96.     end
  97.     object ComboBox1: TComboBox
  98.       Left = 48
  99.       Top = 20
  100.       Width = 257
  101.       Height = 21
  102.       Style = csDropDownList
  103.       ItemHeight = 13
  104.       TabOrder = 0
  105.     end
  106.     object Button1: TButton
  107.       Left = 48
  108.       Top = 48
  109.       Width = 81
  110.       Height = 25
  111.       Caption = '&New Profile...'
  112.       TabOrder = 1
  113.       OnClick = Button1Click
  114.     end
  115.     object Button2: TButton
  116.       Left = 224
  117.       Top = 48
  118.       Width = 81
  119.       Height = 25
  120.       Caption = '&Delete Profile'
  121.       TabOrder = 3
  122.       OnClick = Button2Click
  123.     end
  124.     object Button3: TButton
  125.       Left = 136
  126.       Top = 48
  127.       Width = 81
  128.       Height = 25
  129.       Caption = '&Edit Profile'
  130.       TabOrder = 2
  131.       OnClick = Button3Click
  132.     end
  133.   end
  134.   object Button4: TButton
  135.     Left = 336
  136.     Top = 72
  137.     Width = 75
  138.     Height = 25
  139.     Caption = '&Help'
  140.     TabOrder = 4
  141.     OnClick = Button4Click
  142.   end
  143. end
  144.